home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / ActView / ActiveViewer.jar / com / simeda / ActiveViewer / TextArea$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-12-12  |  560 b   |  19 lines

  1. package com.simeda.ActiveViewer;
  2.  
  3. import javax.microedition.lcdui.Command;
  4. import javax.microedition.lcdui.CommandListener;
  5. import javax.microedition.lcdui.Displayable;
  6.  
  7. class TextArea$1 implements CommandListener {
  8.    // $FF: synthetic field
  9.    private final TextArea this$0;
  10.  
  11.    TextArea$1(TextArea var1) {
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void commandAction(Command var1, Displayable var2) {
  16.       this.this$0.this_commandPerformed(var1, var2);
  17.    }
  18. }
  19.